Fixed files encoding
authorAbou Al Montacir <abou.almontacir@sfr.fr>
Sat, 14 Feb 2026 11:20:13 +0000 (11:20 +0000)
committerPeter Blackman <peterb@debian.org>
Sat, 14 Feb 2026 11:20:13 +0000 (11:20 +0000)
commit95da6a1293c53f200f94452b0dfe32d078b3a167
tree3bc1177c75a82149256ceaef99120da6880f3d60
parent54d14f5e626507ed4ef051db0ab080582fa1335a
Fixed files encoding

Forwarded: Yes
Bug: https://gitlab.com/freepascal.org/fpc/source/-/issues/41130
Last-Update: 2025-02-02

Some files are distributed by upstream in national encoding. This patch
converts them to unicode.

The convertion was doen using the follwong commands:
recode latin1..UTF-8 fpcsrc/packages/fcl-base/examples/testreg.pp
recode latin1..UTF-8 fpcsrc/rtl/os2/tests/pmdemo1.h
recode latin1..UTF-8 demo/os2/pmdemo1.h

The two last files requiered additional manual fix.

Gbp-Pq: Name Fixed-files-encoding.patch
demo/os2/pmdemo1.h
fpcsrc/packages/fcl-base/examples/testreg.pp
fpcsrc/rtl/os2/tests/pmdemo1.h